home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tag2bw41.zip / BW.BAT next >
DOS Batch File  |  1993-01-14  |  662b  |  22 lines

  1. @echo off
  2. :========================================================================
  3. :
  4. : This batch file assumes the following:
  5. :      BBS Directory       =   C:\BBS
  6. :      Blue Wave Directory =   C:\BW
  7. :
  8. : It also assumes single node operation thus no special .PRM file in the
  9. : BWMAIL command line (and the main BW dir is the QBBS system Dir)
  10. :       If you wish to eliminate the user information output add the
  11. :       switch NoOut to the end of the listed command line
  12. :=========================================================================
  13.  
  14. C:
  15. CD\BW
  16. TAG2BW %1 %2 %3 %4 %5 %6 %7 %8 C:\BW C:\BBS
  17. BWMAIL
  18. TAGUDATE C:\BW C:\BBS
  19. C:
  20. CD\BBS
  21.  
  22.